-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: reset Model Registry page number on pageload [ET-640] #9876
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9876 +/- ##
==========================================
- Coverage 54.70% 50.55% -4.16%
==========================================
Files 1261 938 -323
Lines 156013 126685 -29328
Branches 3588 3589 +1
==========================================
- Hits 85348 64041 -21307
+ Misses 70533 62512 -8021
Partials 132 132
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
you should be able to:
without doing major refactoring. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for posterity, see previous comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just picked a few nits.
Ticket
ET-640
Description
Resets the user setting of
tableOffset
on page load. I investigated more elegant ways to solve this, such as removing tableOffset from the settings config and only storing it in the URL params, but InteractiveTable and useSettings are tightly coupled enough that it would take a not-insignificant refactor to do so.Test Plan
Checklist
docs/release-notes/
See Release Note for details.